GetItemProperties(PropertyDescriptor[]) Method
Retrieves an array of PropertyDescriptor objects representing the bindable properties of the data source list type.
public virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(
System.ComponentModel.PropertyDescriptor[]
)
'Declaration
Public Overridable Function GetItemProperties( _
ByVal () As System.ComponentModel.PropertyDescriptor _
) As System.ComponentModel.PropertyDescriptorCollection
Parameters
- listAccessors
- An array of System.ComponentModel.PropertyDescriptor objects to find in the collection as bindable. This can be null.
Return Value
The System.ComponentModel.PropertyDescriptorCollection that represents the properties on each item used to bind data.